![]() |
YNQ
YNQ-1.6.2
|
Macros | |
| #define | FILE_AM_READ 0 |
| #define | FILE_AM_WRITE 1 |
| #define | FILE_AM_READ_WRITE 2 |
| #define | FILE_AM_SPECIAL_MASK 0x8000000 |
| #define FILE_AM_READ 0 |
read-only
| #define FILE_AM_WRITE 1 |
write-only
| #define FILE_AM_READ_WRITE 2 |
read and write
| #define FILE_AM_SPECIAL_MASK 0x8000000 |
When this bit is set in the access value of ccCreateFile() it has special meaning. After stripping off this bit, NQ uses it as DesiredAccess in the NtCreateAndX(SMB) command or in the Create(SMB2) command.